home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / PICWIN10.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-01-12  |  4.0 KB  |  117 lines

  1. K&J PicWin
  2. (Native Delphi VCL)
  3. by Joseph C. Keller
  4. ⌐ 1995 / 1996
  5.  
  6. --------
  7. CONTENTS 
  8. --------
  9. The contents of your .ZIP file should include these (3) Files:
  10.   (K&J EDIT CONTROLS' COMPONENT FILES)
  11.     KJPicWin.DCR   KJPicWin.DCU
  12.  
  13.   (NOTES & STUFF)
  14.     ReadMe.TXT
  15.  
  16.  
  17. ----------------
  18. PRE-INSTALLATION
  19. ----------------
  20. Make sure all of your .DCU and .DCR files exist within the same
  21. directory.
  22.  
  23. To be safe, make a backup copy of your current Delphi component
  24. library (CompLib.DCL), usually located in the '\Delphi\Bin\' 
  25. directory.
  26.  
  27.  
  28. ------------
  29. INSTALLATION
  30. ------------
  31. To install your K&J PicWin Control, start by selecting 'Install Components' 
  32. from the 'Options' menu.  The Install Components dialog box will appear
  33. on your screen.
  34.  
  35. Next, click the 'Add' button to open the Add Module dialog box.  In this
  36. dialog box you can either use the 'Browse' button to locate the K&J .DCU
  37. file units or type the path and name in the edit box.
  38.  
  39. If the unit in question is located on a path not currently included in the
  40. search path, Delphi will automatically take care of appending the new path
  41. to the search path. (Take note, however, that the maximum size of the search
  42. path is only 125 characters.  If the search path contains more than 125
  43. characters, you will encounter an 'Identifier Expected' compiler error when
  44. trying to rebuild your component library.)
  45.  
  46. After adding the K&J .DCU unit, click 'OK' in the Install Components
  47. dialog box and Delphi will rebuild its component library and add a new 'K&J'
  48. page to your component palette.  Clicking on the 'K&J' component page will
  49. reveal one new control - 'KJPicWin'.
  50.  
  51.  
  52. -----
  53. USAGE
  54. -----
  55. K&J PicWin is a small, yet powerful control that encapsulates a TImage and
  56. two TPanel controls to generate a frame effect around your images.  Now,
  57. every image can have it's own dynamic sizeable border and label.
  58. K&J PicWin is a great component for thumbnail images!
  59.  
  60.  
  61. ----------------------------
  62. REGISTERED VS. UN-REGISTERED
  63. ----------------------------
  64. Please be aware that the un-registered version of K&J PicWin will only
  65. work within the Delphi IDE.  That is, Delphi must be running for K&J
  66. PicWin to work properly.  This gives you, the developer, an excellent
  67. opportunity to try out K&J PicWin before you buy.  If you attempt to
  68. run K&J PicWin from outside of the Delphi IDE, you will see a friendly
  69. message box displayed every time K&J PicWin is created.  This is the only
  70. effect running K&J PicWin outside of the Delphi IDE has on a project.
  71.  
  72.  
  73. --------
  74. ORDERING
  75. --------
  76. To receive your registered version of K&J PicWin control send
  77. $10.00 (U.S.) to:
  78.  
  79.   Joseph C. Keller
  80.   681 Robbinann Dr.
  81.   Waterford, MI  48328-2346
  82.   United States
  83.  
  84. Any questions, comments or suggestions should be directed to either my
  85. Internet or CompuServe account.
  86.  
  87. Thank You,
  88.  
  89. Joseph C. Keller
  90.  
  91. INTERNET:       jkeller@mail.coast.net
  92. COMPUSERVE:     103256,2165
  93. WORLD WIDE WEB: http://www.coast.net/~jkeller
  94.  
  95.  
  96. ----------------
  97. TEMPLE OF DELPHI
  98. ----------------
  99. Visit the author's home at the Temple of Delphi.  The Temple includes
  100. up-to-date versions of all K&J components, links to other Delpih sites
  101. and other valuable information.  Point your browser to
  102. "http://www.coast.net/~jkeller" and enjoy the ride!
  103.  
  104.  
  105. --------------------
  106. LEGAL DISCLAIMER
  107. --------------------
  108. THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED TO AS
  109. "SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS 
  110. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
  111. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL 
  112. JOE KELLER BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, 
  113. INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN 
  114. IF JOE KELLER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME 
  115. STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR 
  116. CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT 
  117. APPLY.